home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 012 (1987-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 012 (1987-05-15)(Ossowski, Stefan)(DE)(PD).adf / Othello / installationguide < prev    next >
Text File  |  1987-03-04  |  2KB  |  52 lines

  1. This distribution requires components from the 1.0 Workbench and
  2. Extras (AbasiC) disks to build a bootable games disk.  The following
  3. instructions should be sufficient to build a bootable disk assuming a
  4. system with two disk drives.  Other configurations must be custom
  5. built.
  6.  
  7. Lines that begin with "1>" are lines that are to be entered as commands.
  8. Lines that begin with "#" are comments about the "1>" lines.
  9.  
  10. # Clone a standard Workbench disk.  After booting and escaping to a CLI
  11. # window, type the following command, then insert the Workbench in df0:
  12. # (if not already there) and a blank disk in df1:
  13.  
  14. 1> diskcopy df0: to df1:
  15.  
  16. # Relabel the newly cloned disk so they can be distinquished.
  17.  
  18. 1> relabel df1: Othello
  19.  
  20. # Chuck the pieces from the new disk that are not necessary.
  21.  
  22. 1> delete Othello:Clock#?
  23. 1> delete Othello:Preferences#?
  24. 1> delete Othello:Empty#? all
  25. 1> delete Othello:Demos#? all
  26. 1> delete Othello:Utilities#? all
  27. 1> delete Othello:System#? all
  28. 1> delete Othello:Trashcan#? all
  29.  
  30. # Now overlay the AbasiC stuff from the Extras disk.  My current version
  31. # of the original Extras disk contains only a half dozen or so files, related
  32. # to AbasiC.
  33.  
  34. 1> copy Extras: Othello: all
  35.  
  36. # Now overlay the Othello files from the Freely Redistributable Library
  37. # disk.  Note that all the contents of the Othello directory on the
  38. # library disk are copied to the new games disk.
  39.  
  40. 1> copy "taifun 12:Othello" Othello: all
  41.  
  42. # Last, and VERY IMPORTANT, rename AbasiC to the name of the game.
  43.  
  44. 1> rename Othello:AbasiC Othello/Othello
  45. 1> delete Othello:AbasiC.info
  46.  
  47. You should now have a bootable Othello games disk.
  48.  
  49. Enjoy!
  50.  
  51. -Fred
  52.